home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / dviware / dvibit / makefile < prev    next >
Makefile  |  1990-10-01  |  449b  |  16 lines

  1. #
  2. #  Makefile for dvibit   Version ?.??   21 January 1984   James L. Schaad
  3. #  modified from dvibit  Version 1.01   1 December 1983   Mark  Seen
  4. #   
  5. #
  6. # The following definition tells where the bit maps for this program
  7. # are stored.  Remember to also change the name of the font area in
  8. # the man page, dvibit.1
  9. FONTAREA=/usr/lib/tex/fonts/
  10. #
  11. all: dvibit
  12.  
  13. dvibit: Makefile dvibit.c commands.h
  14.     cc -O -DFONTAREA=\"${FONTAREA}\" -o dvibit dvibit.c
  15.  
  16.